home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / bcgopher / readme.txt < prev   
Encoding:
Text File  |  1994-10-25  |  5.7 KB  |  129 lines

  1. Welcome to BCGopher, the Beta Release!
  2.  
  3. This is a FREE Microsoft Windows 3.1 (tm) Gopher client compatible with the
  4. Winsock standard 1.1.
  5.  
  6. NOTE: You must have a TCP/IP package that is compliant with the Windows Socket Library
  7. to be able to use BCGopher.  Contact the vendor of your software to find out if it is.
  8.  
  9. You can aquire the most recent updated copy by ftping to:
  10.  
  11. address: bcinfo.bc.edu
  12. username: anonymous
  13. password: guest           (this is not a true anonymous ftp server)
  14. directory: pub/bcgopher
  15.  
  16. In this archive you should find the following files.
  17.  
  18. BCGOPHER.EXE    - The Windows Gopher Application
  19. BCGOPHER.HLP    - The Windows Help File.
  20. README.TXT      - This File.
  21. COMMDLG.DLL     - A dynamic link library for common dialogs.
  22.  
  23. also included for your enjoyment:
  24. L-VIEW.EXE      - Self Extracting Archive of L-View FREEware Image viewer.
  25. WINCODE.EXE     - Self Extracting Archive of WINCODE uuencoder / decoder.
  26. QTW11.EXE       - Self Extracting Archive of Quicktime For Windows version 1.1.
  27. WINAVI.EXE      - Self Extracting Archive of a Video for Windows Player.
  28. FTPSOFTWARE.ZIP - Archive of the WINSOCK.DLL file for FTP's PC/TCP version 2.11.
  29. WINSOCK-FAQ.TXT - Text file containing the Most Frequently asked questions about WinSOCK.
  30. WINSOCK-VENDOR.TXT  - Text file containing vendor information about WINSOCK.
  31.  
  32. To install place all the files in your windows directory (or appropriate subdirectory), 
  33. create a program manager group (if you want) and create an icon and gopher it!
  34.  
  35.  
  36. It has many features available.
  37.  
  38. * uses specified pager (notepad default)
  39. * uses specified telnet (wntvt [pc/tcp] default)
  40. * automatic connect on startup (default not to)
  41. * Bookmarks
  42. * Full bookmark editing.
  43. * returning to previous menu (from menu, from push button, or keystroke)
  44. * returning to any previous site (in menu item)
  45. * CSO phone book support
  46. * Index Searches (WAIS)
  47. * DOS Binary
  48. * Receives HQX files as text (instead of hiding their existance like others do)
  49. * Custom font and size
  50. * Dialog that gives you detailed information about item (host, port, selector string)
  51. * bookmarks in seperate file from configuration info (bcgbkmrk.ini)
  52. * image file support (with customizable viewer app)
  53. * sound file support (with customizable player app)
  54. * Windows Help file.
  55. * Differentiation between folder and server link.
  56. * support for movie files (with customizable player app)
  57.  
  58. BCGopher is copyrighted 1993 The Trustees of Boston College.
  59.  
  60. If you have any problems or suggestions please send them to me.  I won't
  61. guarantee I will do anything but I will definately read it.
  62.  
  63. Tested on the following Winsocks:
  64.     FTP's PC/TCP Version 2.11 and Version 2.2
  65.     Peter Tattam's WinSock stack.
  66.     Beame & Whitesides Beta WINSOCK.
  67.     Wollongong Pathway
  68.     Novell LWP  
  69.  
  70. Revision History:
  71.  
  72. v0.1@ completed.  Most Major features exist
  73.                   This version shipped to list of people for testing with WINSOCK.
  74. v0.1@a. * Fixed some of the canceling functions.
  75.         * Removed Save from bookmark menu.
  76.         * Started to add "Out of Memory" messages.
  77.         * Removed all the destory icons because I think they are deleting things 
  78.           they shouldn't.
  79.         * Changed bookmark "Go To" to act like "OK" also.
  80.         * Changed Gopher_Data->Item_Type to character to support extended 
  81.           gopher types (like "I")
  82.         * added image viewer capability.
  83. v0.1@b  * fixed (hopefully) the pointer scheme, which should
  84.           also fix the back arrow and recent menu.
  85.         * moved bookmarks to seperate file (wngbkmrk.ini).
  86.         * fixed (hopefully) resource leaks.
  87.         * added support for sound.
  88.         * fixed up the wait cursor.
  89.         * fixed most of the keypad keys.
  90. v0.2@r  * change of version for alpha release purposes. (r = release)
  91.         * never released.
  92. v0.3@r  * fixed (sort of) scrolling with keys and such
  93.         * fixed some problems with Recent menu
  94. v0.4@   * later that day...
  95.         * Changed name to BCGopher.
  96. v0.4@r  * fixed a problem with CSO.  Actually and truely released to
  97.           the public for alpha (@) testing.
  98. v0.4@a  * Fixed bug in CSO with no matches.
  99. v0.4@b  * Add temporary file for image and sound.
  100.         * Added ability to arrange bookmarks in dialog box.
  101.         * Fixed bug in bookmark dialog box.  Canceling gave weird results.
  102.         * Really and truely fixed the minimizing?
  103. v0.4@c  * Cleaned up temporary files (kludge, not using callbacks).
  104.         * Added differentiation between directory and link to another server.
  105.         * Fixed bug introduced it 0.4@b with DOSBINARY and BINARY files.
  106. v0.4@d  * Changed wait cursor, and fixed it's flashing in non client areas.
  107.         * fixed problem of large lists having errors scattered through
  108.           the file types.
  109.         * Fixed scrolling with keypad keys.
  110.         * Fixed bug where temporary image files aren't all deleted upon close.
  111.         * Fixed Major Bookmark memory leak which caused crashes.
  112. v0.5▀   * changed to beta, did a little clean up.
  113.         * Fixed problem with recent list.
  114. v0.6▀   * Added Movie support.
  115.         * Added unsupported icon specification.
  116.         * some miscellaneous clean ups.
  117. v0.6▀a  * movie viewer not opening temporary movie file when double clicking
  118.           with left button.
  119.         * Also fixed problem of saving configuration information for movie viewer.
  120. v0.6▀b  * Fixed problem where scroll bar was not appearing in large lists.
  121. v0.6▀c  * Removed problem conflict between ALT-B (menu) and ALT-B (Previous Site).
  122.         * Added support for image type of "g" (GIF only file).
  123.         
  124. Edmund C. Greene
  125. Special Services Consultant
  126. Information Processing Support
  127. Boston College
  128. ed@bcvms.bc.edu
  129.